Skip to content

API sites: Increases line-height on long descriptions. Fixes #158 #200

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

kleinmaetschke
Copy link
Contributor

Bumped the line-height on the long descriptions for API elements. That much text made it a little cramped, as Issue #158 reported.

@ajpiano
Copy link
Member

ajpiano commented Feb 6, 2013

The selector in this PR doesn't actually match any elements. It would be #entry-longdesc.longdesc p, (no descendant selector), but really there's no need for the id, so .longdesc p would be better. However, pending the discussion in #199, this might not be necessary at all, so let's hold tight

@ajpiano
Copy link
Member

ajpiano commented Feb 6, 2013

Closing, see discussion in #158

@ajpiano ajpiano closed this Feb 6, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants